From fdf3d8611ec31dcbc292764696cd329b573c9d16 Mon Sep 17 00:00:00 2001 From: "Panashe M. Fundira" Date: Sat, 2 Jul 2016 11:08:19 -0400 Subject: [PATCH] Add owner subcommand to cargo's man page --- src/etc/man/cargo.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/etc/man/cargo.1 b/src/etc/man/cargo.1 index 970b02262..9b607bcb6 100644 --- a/src/etc/man/cargo.1 +++ b/src/etc/man/cargo.1 @@ -101,6 +101,11 @@ Package and upload this project to the registry. .RS .RE .TP +.B cargo\-owner(1) +Manage the owners of a crate on the registry. +.RS +.RE +.TP .B cargo\-uninstall(1) Remove a Rust binary. .RS -- 2.30.2